Trigger sending the shipment booked notification to all applicable actors on a shipment

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

header Parameters
X-Company-Id
string

allows request to retrieve information about the company given in the header instead of the company associated with the requesting user

Responses
200

Successfully sent

default

Default error response

get/shipments/{shipmentId}/send-shipment-booked/
Request samples
Response samples
application/json
{
  • "error": "string",
  • "error_description": "string",
  • "field_errors": {
    },
  • "field_errors_condensed": [
    ],
  • "non_field_errors": [
    ]
}
Copyright © Shipwell 2024. All right reserved.